-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test (jkube-kit/config/service) : Add more tests for ImageStreamService.findTagSha
#2552
test (jkube-kit/config/service) : Add more tests for ImageStreamService.findTagSha
#2552
Conversation
…dTagSha Related to eclipse-jkube#2531 + Make retries and retry timeout configurable via new constructor + Add tests covering functionality for finding latest tag SHA in ImageStreamStatus received from OpenShift Api server. + Minor changes in old tests to use Kubernetes MockServer instead of mockito to mock OpenShiftClient Signed-off-by: Rohan Kumar <[email protected]>
Eclipse JKube CI ReportStarted new GH workflow run for #2552 (2024-01-15T05:26:10Z) ⚙️ JKube E2E Tests (7524562070)
|
ImageStreamService.findTagSha
Quality Gate failedFailed conditions C Maintainability Rating on New Code (required ≥ A) See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2552 +/- ##
=============================================
+ Coverage 59.36% 69.76% +10.40%
- Complexity 4586 4894 +308
=============================================
Files 500 473 -27
Lines 21211 19156 -2055
Branches 2830 2483 -347
=============================================
+ Hits 12591 13364 +773
+ Misses 7370 4574 -2796
+ Partials 1250 1218 -32 ☔ View full report in Codecov by Sentry. |
Description
Related to #2531 #2547
Type of change
test, version modification, documentation, etc.)
Checklist